From: Richard M. Stallman Date: Wed, 4 Dec 2002 11:40:32 +0000 (+0000) Subject: Don't use #error. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29404 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ebfcafb70dd685f0bdfcbb59fa3f0ee857765122;p=emacs.git Don't use #error. --- diff --git a/src/alloca.c b/src/alloca.c index 3cea2744149..c03404b607e 100644 --- a/src/alloca.c +++ b/src/alloca.c @@ -51,7 +51,11 @@ in order to make unexec workable */ # ifndef STACK_DIRECTION -# error "Must know STACK_DIRECTION at compile-time" +you +lose +-- must know STACK_DIRECTION at compile-time +/* Using #error here is not wise since this file is for + old and obscure compilers. */ # endif /* STACK_DIRECTION undefined */ # endif /* static */ # endif /* emacs */